home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / text / misc / mpage.lha / mpage / Encoding.format < prev    next >
Encoding:
Text File  |  1999-07-25  |  820 b   |  30 lines

  1. Encoding tables have the following format:
  2.  
  3. Lines starting with % are regarded as comments and are ignored.
  4. Empty lines are also ignored (note: a line with only spaces or
  5. tabs is not an empty line)
  6.  
  7. The first non-empty, non-comment line must contain 2 integers,
  8. specifying the first and last encoding number.
  9.  
  10. Then the character encodings follow. This code is literally copied
  11. into the postscript stream, and should specify a font character vector.
  12.  
  13.  
  14. For example
  15.  
  16.     %%%% Part of ISO-Latin-1 encodings
  17.     32 40 % first and last encoding
  18.     032 /space
  19.     033 /exclam
  20.     034 /quotedbl
  21.     035 /numbersign
  22.     036 /dollar
  23.     037 /percent
  24.     038 /ampersand
  25.     039 /quoteright
  26.     040 /parenleft
  27.  
  28. Any character of the input text files outside the first/last encoding 
  29. range will be transformed to the \277 character.
  30.